home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / OTHERCST / ZMODEM_S / PTEST.SH < prev    next >
Text File  |  1989-03-14  |  119b  |  5 lines

  1. #a short test for sz and rz using a named pipe - no modem used.
  2. /etc/mknod fifo p
  3. sz <fifo /etc/motd |rz >fifo
  4. rm fifo
  5.